home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000066_icon-group-sender _Fri Mar 26 12:38:25 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id MAA04189
  4.     for icon-group-addresses; Fri, 26 Mar 1999 12:35:38 -0700 (MST)
  5. Message-Id: <199903261935.MAA04189@baskerville.CS.Arizona.EDU>
  6. Date: Fri, 26 Mar 1999 08:39:53 -0700 (MST)
  7. From: Gregg Townsend <gmt@baskerville.CS.Arizona.EDU>
  8. To: hgs@dmu.ac.uk, icon-group@optima.CS.Arizona.EDU
  9. Subject: Re: Installation step 8...
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13.     Date: Fri, 26 Mar 1999 10:09:03 +0000 (GMT)
  14.     From: Hugh Sasse <hgs@dmu.ac.uk>
  15.     
  16.     I would like to put the files in these positions:
  17.     
  18.     icont    /usr/local/bin/icont
  19.     iconx    /usr/local/bin/iconx
  20.     Icon.1  /usr/local/man/man1
  21.     ilib/   /usr/local/lib/icon/
  22.     [plus others??]
  23.  
  24. You'd run patchstr like this:
  25.     patchstr /usr/local/bin/icont /usr/local/bin/iconx
  26.  
  27. Icont has no embedded knowledged about library locations; it gets this
  28. from environment variables.  You would typically put something like
  29.     setenv IPATH /usr/local/lib/icon
  30.     setenv LPATH /usr/local/lib/icon
  31. in your shell startup file (.cshrc or .profile or whatever).
  32.  
  33.    ---------------------------------------------------------------------------
  34.    Gregg Townsend              Gould-Simpson Building   gmt@cs.arizona.edu
  35.    Staff Scientist             1040 E. 4th St.          32 13 45N  110 57 16W
  36.    Dept. of Computer Science   PO Box 210077            tel: +1 520 621 4325
  37.    The University of Arizona   Tucson, AZ  85721-0077   fax: +1 520 621 4246
  38.